home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / tictactoe-1.2.1 / moves.h < prev    next >
C/C++ Source or Header  |  2002-10-22  |  108b  |  7 lines

  1. #ifndef __MOVES__H__
  2. #define __MOVES__H__
  3. int get_your_move();
  4. int get_my_move();
  5. int end_of_game();
  6. #endif
  7.